home *** CD-ROM | disk | FTP | other *** search
Text File | 1998-02-01 | 27.5 KB | 1,251 lines |
- object FormReg: TFormReg
- Left = 161
- Top = 88
- ActiveControl = PageControl1
- BorderStyle = bsToolWindow
- Caption = 'Domain Registration'
- ClientHeight = 383
- ClientWidth = 445
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- Position = poScreenCenter
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object LabelHint: TLabel
- Left = 8
- Top = 304
- Width = 152
- Height = 14
- Caption = 'HINT on Domain Information'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Memo2: TMemo
- Left = 8
- Top = 320
- Width = 433
- Height = 57
- BorderStyle = bsNone
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- Lines.Strings = (
-
- 'The Contact/Agent is the person or organization authorized by th' +
- 'e domain name '
-
- 'Registrant to act on behalf of the legal entity . The Contact wi' +
- 'll be invoiced for '
- 'registrations and renewals.')
- ParentFont = False
- TabOrder = 2
- Visible = False
- end
- object Memo3: TMemo
- Left = 8
- Top = 320
- Width = 433
- Height = 57
- TabStop = False
- BorderStyle = bsNone
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- Lines.Strings = (
-
- 'Choose what you want and the cashier will calculate the price fo' +
- 'r you.'
- 'We have special discount for register multiple domain name.')
- ParentFont = False
- TabOrder = 3
- Visible = False
- end
- object PageControl1: TPageControl
- Left = 8
- Top = 8
- Width = 441
- Height = 289
- ActivePage = TabSheet1
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 0
- OnChange = PageControl1Change
- object TabSheet1: TTabSheet
- Caption = 'Domain Information'
- object Label23: TLabel
- Left = 8
- Top = 40
- Width = 91
- Height = 14
- Caption = 'Organization Name'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object Label24: TLabel
- Left = 8
- Top = 72
- Width = 74
- Height = 14
- Caption = 'Street Address'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object Label25: TLabel
- Left = 8
- Top = 128
- Width = 38
- Height = 14
- Caption = 'Country'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object LabelState: TLabel
- Left = 200
- Top = 128
- Width = 25
- Height = 14
- Caption = 'State'
- Enabled = False
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object LabelPostal: TLabel
- Left = 328
- Top = 128
- Width = 57
- Height = 14
- Caption = 'Postal Code'
- Enabled = False
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object Label10: TLabel
- Left = 8
- Top = 8
- Width = 65
- Height = 14
- Caption = 'Domain Name'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object Label14: TLabel
- Left = 8
- Top = 168
- Width = 17
- Height = 13
- Caption = 'City'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object SpeedButton3: TSpeedButton
- Left = 264
- Top = 8
- Width = 25
- Height = 22
- Caption = '<<'
- OnClick = SpeedButton3Click
- end
- object EditCoName: TEdit
- Left = 104
- Top = 40
- Width = 319
- Height = 22
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- OnExit = EditCoNameExit
- end
- object combocountry: TComboBox
- Left = 8
- Top = 144
- Width = 191
- Height = 22
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ItemHeight = 14
- ParentFont = False
- TabOrder = 3
- OnClick = combocountryClick
- end
- object EditAddr1: TEdit
- Left = 8
- Top = 88
- Width = 417
- Height = 22
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- OnExit = EditAddr1Exit
- end
- object EditPostal: TEdit
- Left = 328
- Top = 144
- Width = 97
- Height = 22
- Enabled = False
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 5
- end
- object EditState: TEdit
- Left = 200
- Top = 144
- Width = 113
- Height = 22
- Enabled = False
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 4
- end
- object EditRegDomname: TEdit
- Left = 104
- Top = 8
- Width = 145
- Height = 22
- TabStop = False
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- ReadOnly = True
- TabOrder = 0
- end
- object EditCity: TEdit
- Left = 8
- Top = 184
- Width = 185
- Height = 22
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 6
- OnExit = EditCityExit
- end
- object cc: TBitBtn
- Left = 352
- Top = 232
- Width = 75
- Height = 25
- Caption = 'NEXT >>'
- TabOrder = 7
- OnClick = ccClick
- end
- object availnames: TComboBox
- Left = 288
- Top = 8
- Width = 137
- Height = 21
- TabStop = False
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ItemHeight = 13
- ParentFont = False
- TabOrder = 8
- end
- end
- object TabSheet2: TTabSheet
- Caption = 'Contact Information'
- object Label8: TLabel
- Left = 0
- Top = 260
- Width = 28
- Height = 14
- Caption = 'State'
- Enabled = False
- end
- object Label9: TLabel
- Left = 208
- Top = 260
- Width = 66
- Height = 14
- Caption = 'Postal Code'
- Enabled = False
- end
- object Label1: TLabel
- Left = 8
- Top = 8
- Width = 74
- Height = 14
- Caption = 'Contact Person'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object Label2: TLabel
- Left = 8
- Top = 72
- Width = 91
- Height = 14
- Caption = 'Orgainzation Name'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object Label3: TLabel
- Left = 8
- Top = 128
- Width = 74
- Height = 14
- Caption = 'Street Address'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object Label4: TLabel
- Left = 8
- Top = 168
- Width = 38
- Height = 14
- Caption = 'Country'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object Label5: TLabel
- Left = 8
- Top = 104
- Width = 70
- Height = 14
- Caption = 'Phone Number'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object Label6: TLabel
- Left = 232
- Top = 104
- Width = 65
- Height = 33
- AutoSize = False
- Caption = 'Fax Number (optional)'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- WordWrap = True
- end
- object Label7: TLabel
- Left = 8
- Top = 40
- Width = 68
- Height = 14
- Caption = 'Contact e-mail'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object LabelState2: TLabel
- Left = 200
- Top = 168
- Width = 25
- Height = 14
- Caption = 'State'
- Enabled = False
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object LabelPostal2: TLabel
- Left = 320
- Top = 168
- Width = 57
- Height = 14
- Caption = 'Postal Code'
- Enabled = False
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object Label15: TLabel
- Left = 8
- Top = 208
- Width = 17
- Height = 13
- Caption = 'City'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Edit7: TEdit
- Left = 280
- Top = 260
- Width = 89
- Height = 22
- Enabled = False
- TabOrder = 11
- Text = 'Edit7'
- end
- object Edit8: TEdit
- Left = 40
- Top = 260
- Width = 153
- Height = 22
- TabOrder = 12
- Text = 'Edit8'
- end
- object ContactCo: TEdit
- Left = 104
- Top = 72
- Width = 321
- Height = 22
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- end
- object ContactCountry: TComboBox
- Left = 8
- Top = 184
- Width = 185
- Height = 22
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ItemHeight = 14
- ParentFont = False
- TabOrder = 6
- OnClick = ContactCountryClick
- end
- object ContactPhone: TEdit
- Left = 104
- Top = 104
- Width = 113
- Height = 22
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 3
- Text = '(###)####-####'
- end
- object ContactFax: TEdit
- Left = 312
- Top = 104
- Width = 111
- Height = 22
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 4
- end
- object ContactMail: TEdit
- Left = 104
- Top = 40
- Width = 321
- Height = 22
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- end
- object ContactName: TEdit
- Left = 104
- Top = 8
- Width = 321
- Height = 22
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- end
- object ContactAddr: TEdit
- Left = 8
- Top = 144
- Width = 417
- Height = 22
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 5
- end
- object ContactPost: TEdit
- Left = 320
- Top = 184
- Width = 105
- Height = 22
- Enabled = False
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 9
- end
- object ContactState: TEdit
- Left = 200
- Top = 184
- Width = 105
- Height = 22
- Enabled = False
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 8
- end
- object ContactCity: TEdit
- Left = 8
- Top = 224
- Width = 185
- Height = 22
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 7
- end
- object BitBtn1: TBitBtn
- Left = 352
- Top = 232
- Width = 75
- Height = 25
- Caption = 'NEXT >>'
- TabOrder = 10
- OnClick = BitBtn1Click
- end
- object Edithandle: TEdit
- Left = 200
- Top = 224
- Width = 105
- Height = 22
- Enabled = False
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 13
- end
- object ISHandle: TCheckBox
- Left = 200
- Top = 208
- Width = 105
- Height = 17
- Caption = 'Handle (optional)'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 14
- OnClick = ISHandleClick
- end
- end
- object TabSheet3: TTabSheet
- Caption = 'Cashier'
- object Label11: TLabel
- Left = 8
- Top = 8
- Width = 121
- Height = 13
- Caption = 'Domain Name to Register'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label12: TLabel
- Left = 312
- Top = 8
- Width = 96
- Height = 13
- Caption = 'Number of Domains '
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label13: TLabel
- Left = 8
- Top = 80
- Width = 79
- Height = 14
- Caption = 'Total Cost US$'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Bevel1: TBevel
- Left = 0
- Top = 72
- Width = 433
- Height = 9
- Shape = bsTopLine
- end
- object SpeedButton2: TSpeedButton
- Left = 352
- Top = 200
- Width = 73
- Height = 25
- Caption = 'Virtual Pin'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- Visible = False
- OnClick = SpeedButton2Click
- end
- object MemoEconomic: TMemo
- Left = 368
- Top = 40
- Width = 25
- Height = 17
- BorderStyle = bsNone
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- Lines.Strings = (
- 'INC'
- 'LUD'
- 'E'
- ' '
- ' '
- ' * '
- 'Regi'
- 'ster '
- 'one '
- 'dom'
- 'ain '
- 'nam'
- 'e'
- ' '
- ' '
- ' * '
- 'Dom'
- 'ain '
- 'Wiz'
- 'ard '
- '1.0 '
- '(WI'
- 'N95 '
- 'and '
- 'NT '
- 'Regi'
- 'ster'
- 'ed '
- 'Ver'
- 'sion'
- ')'
- ' '
- ' '
- ' * '
- 'Wh'
- 'oisF'
- 'aste'
- 'r '
- '1.0 '
- '(WI'
- 'N95 '
- 'and '
- 'NT '
- 'Regi'
- 'ster '
- 'Ver'
- 'sion'
- ')'
- 'CO'
- 'ST'
- ' '
- ' '
- ' * '
- 'One '
- 'time '
- 'fee '
- 'US$'
- '50 '
- '& '
- 'Inter'
- 'NIC '
- 'fee '
- 'US$'
- '100')
- ParentFont = False
- ReadOnly = True
- TabOrder = 0
- Visible = False
- end
- object MemoPersonal: TMemo
- Left = 368
- Top = 56
- Width = 25
- Height = 17
- BorderStyle = bsNone
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- Lines.Strings = (
- 'INC'
- 'LUD'
- 'E'
- ' '
- ' '
- ' * '
- 'Regi'
- 'ster '
- 'one '
- 'dom'
- 'ain '
- 'nam'
- 'e'
- ' '
- ' '
- ' * '
- 'One '
- 'e-m'
- 'ail '
- 'add'
- 'res'
- 's '
- '(eg. '
- 'joe'
- '@m'
- 'y-d'
- 'oma'
- 'in.c'
- 'om) '
- ' '
- ' '
- ' * '
- 'An '
- 'und'
- 'er '
- 'con'
- 'stru'
- 'ctio'
- 'n '
- 'pag'
- 'e '
- 'for '
- 'you'
- 'r '
- 'dom'
- 'ain '
- 'nam'
- 'e'
- ' '
- ' '
- ' * '
- 'Dom'
- 'ain '
- 'Wiz'
- 'ard '
- '1.0 '
- '(WI'
- 'N95 '
- 'and '
- 'NT '
- 'Regi'
- 'ster'
- 'ed '
- 'Ver'
- 'sion'
- ')'
- ' '
- ' '
- ' * '
- 'Wh'
- 'oisF'
- 'aste'
- 'r '
- '1.0 '
- '(WI'
- 'N95 '
- 'and '
- 'NT '
- 'Regi'
- 'ster '
- 'Ver'
- 'sion'
- ')'
- 'CO'
- 'ST'
- ' '
- ' '
- ' * '
- 'One '
- 'time '
- 'fee '
- 'US$'
- '50 '
- '& '
- 'Inter'
- 'NIC '
- 'fee '
- 'US$'
- '100')
- ParentFont = False
- ReadOnly = True
- TabOrder = 3
- Visible = False
- end
- object MemoCorporate: TMemo
- Left = 392
- Top = 40
- Width = 25
- Height = 17
- BorderStyle = bsNone
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- Lines.Strings = (
- 'INC'
- 'LUD'
- 'E'
- ' '
- ' '
- ' * '
- 'Regi'
- 'ster '
- 'unli'
- 'mite'
- 'd '
- 'num'
- 'ber '
- 'of '
- 'dom'
- 'ain '
- 'nam'
- 'e'
- ' '
- ' '
- ' * 3 '
- 'e-m'
- 'ail '
- 'add'
- 'res'
- 's '
- 'with '
- 'eac'
- 'h '
- 'dom'
- 'ain '
- 'nam'
- 'e'
- ' '
- ' '
- ' * '
- 'Und'
- 'er '
- 'con'
- 'stru'
- 'ctio'
- 'n '
- 'pag'
- 'e '
- 'for '
- 'all '
- 'dom'
- 'ain '
- 'nam'
- 'e'
- ' '
- ' '
- ' * '
- 'Dom'
- 'ain '
- 'Wiz'
- 'ard '
- '1.0 '
- '(WI'
- 'N95 '
- 'and '
- 'NT '
- 'Regi'
- 'ster'
- 'ed '
- 'Ver'
- 'sion'
- ')'
- ' '
- ' '
- ' * '
- 'Wh'
- 'oisF'
- 'aste'
- 'r '
- '1.0 '
- '(WI'
- 'N95 '
- 'and '
- 'NT '
- 'Regi'
- 'ster '
- 'Ver'
- 'sion'
- ')'
- 'CO'
- 'ST'
- ' '
- ' '
- ' * '
- 'One '
- 'time '
- 'fee '
- 'US$'
- '25 '
- 'per '
- 'dom'
- 'ain '
- 'nam'
- 'e')
- ParentFont = False
- ReadOnly = True
- TabOrder = 4
- Visible = False
- end
- object BitBtn2: TBitBtn
- Left = 352
- Top = 232
- Width = 73
- Height = 25
- Caption = 'DONE'
- TabOrder = 1
- OnClick = BitBtn2Click
- end
- object RadioGroup1: TRadioGroup
- Left = 392
- Top = 56
- Width = 25
- Height = 17
- Columns = 3
- ItemIndex = 0
- Items.Strings = (
- 'Economic'
- 'Personal'
- 'Corporate')
- TabOrder = 2
- Visible = False
- OnClick = RadioGroup1Click
- end
- object editdomlist: TEdit
- Left = 8
- Top = 24
- Width = 289
- Height = 21
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 5
- end
- object Editnumdom: TEdit
- Left = 312
- Top = 24
- Width = 89
- Height = 21
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 6
- end
- object IsWhoisFaster: TCheckBox
- Left = 8
- Top = 48
- Width = 305
- Height = 17
- Caption = 'Domain Pro 1.0 Expert (FREE with domain name registration)'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- State = cbChecked
- TabOrder = 7
- OnClick = IsWhoisFasterClick
- end
- object Editcost: TEdit
- Left = 96
- Top = 80
- Width = 89
- Height = 21
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 8
- end
- object PageControl2: TPageControl
- Left = 8
- Top = 120
- Width = 329
- Height = 137
- ActivePage = TabSheet4
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 9
- Visible = False
- object TabSheet4: TTabSheet
- Caption = 'How do I Pay ?'
- object Label16: TLabel
- Left = 8
- Top = 0
- Width = 305
- Height = 33
- AutoSize = False
- Caption =
- 'You send your credit card number by CALL or by FAX , this preven' +
- 'ts the dangers of sending it through Internet'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- WordWrap = True
- end
- object SpeedButton1: TSpeedButton
- Left = 184
- Top = 72
- Width = 129
- Height = 25
- Caption = 'VISA or Master >>'
- OnClick = SpeedButton1Click
- end
- end
- object TabSheet5: TTabSheet
- Caption = '3 Simple Steps'
- object Label17: TLabel
- Left = 40
- Top = 0
- Width = 281
- Height = 25
- AutoSize = False
- Caption =
- 'First , apply a virtual pin by fill in a form using the browser ' +
- '(approx 3 minutes)'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- WordWrap = True
- end
- object buttonstep1: TSpeedButton
- Left = 8
- Top = 0
- Width = 25
- Height = 25
- Caption = '1'
- OnClick = buttonstep1Click
- end
- object buttonstep2: TSpeedButton
- Left = 8
- Top = 32
- Width = 25
- Height = 25
- Caption = '2'
- Enabled = False
- OnClick = buttonstep2Click
- end
- object Label18: TLabel
- Left = 40
- Top = 32
- Width = 273
- Height = 33
- AutoSize = False
- Caption =
- 'Send the credit card number by CALL or by FAX (follow instructio' +
- 'n in the e-mail you received)'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- WordWrap = True
- end
- object buttonstep3: TSpeedButton
- Left = 8
- Top = 72
- Width = 25
- Height = 25
- Caption = '3'
- Enabled = False
- OnClick = buttonstep3Click
- end
- object Label19: TLabel
- Left = 40
- Top = 72
- Width = 281
- Height = 25
- AutoSize = False
- Caption =
- 'You will receive an e-mail usually within 2 hours.The e-mail con' +
- 'firm PIN is activated. then Click "3" to continue'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- WordWrap = True
- end
- end
- object TabSheet6: TTabSheet
- Caption = 'Virtual Pin'
- object Label20: TLabel
- Left = 8
- Top = 8
- Width = 111
- Height = 14
- Caption = 'Please Enter Virtual Pin'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object SpeedButton5: TSpeedButton
- Left = 184
- Top = 72
- Width = 129
- Height = 25
- Caption = 'OK'
- OnClick = SpeedButton5Click
- end
- object EditPin: TEdit
- Left = 8
- Top = 24
- Width = 177
- Height = 22
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- end
- end
- end
- end
- end
- object Memo1: TMemo
- Left = 8
- Top = 320
- Width = 433
- Height = 57
- BorderStyle = bsNone
- Color = clWhite
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- Lines.Strings = (
-
- 'You can enter either the organisation or an individual (e.g., Le' +
- 'e Smith) '
-
- 'as the orgainsiation.Do not list a "dba" or acronym as the It i' +
- 's important '
-
- 'to list the legal name and address of who will own & use the dom' +
- 'ain name.')
- ParentFont = False
- ReadOnly = True
- TabOrder = 1
- WordWrap = False
- end
- object Finger1: TFinger
- Left = 224
- Top = 296
- end
- end
-